Search
Calendar.setCustomDraw Method
See Also
 






Sets which UI elements of the calendar should be custom drawn.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setCustomDraw (
    EnumSet<CustomDrawElements> value
)

 Parameters

value

A combination of CustomDrawElements constants.

 Remarks

Use the bitwise or operation to combine members of CustomDrawElements specifying which elements of the view must be custom drawn. Handle the CalendarListener.draw event to perform custom drawing.

 See Also